# Argentina

#########################################################################
#  Rosas: the End of a Dictator
#########################################################################
event = { 
	id = 16600
	random = no
	country = ARG
	
	trigger = {
		constitution = { country = ARG type = presidential_dictatorship } 
	}
	
	name = "EVT_16600_NAME"
	desc = "EVT_16600_DESC"
	style = 0
	
	date = { day = 1 month = april year = 1852 }
	
	action_a = {
		name = "OK"
		command = { type = pop_consciousness which = 100 value = 3  }
		command = { type = pop_militancy which = 100 value = 3  }
		command = { type = revolt where = 2647  }
	}
}

#########################################################################
#  National unity
#########################################################################
event = { 
	id = 16601
	random = no
	country = ARG
	
	name = "EVT_16601_NAME"
	desc = "EVT_16601_DESC"
	style = 0
	
	date = { day = 1 month = may year = 1853 }
	
	action_a = {
		name = "GREAT"
		command = { type = constitution which = democracy }
		command = { type = capital which = 2647 } # Buenos Aires
		command = { type = flagname which = "republic" }
		command = { type = party_system which = two_party }
	}
}

#########################################################################
#  Bartolom Mitre
#########################################################################
event = { 
	id = 16602
	random = no
	country = ARG

	picture = mitre
	
	name = "EVT_16602_NAME"
	desc = "EVT_16602_DESC"
	style = 0
	
	date = { day = 30 month = may year = 1860 }
	
	action_a = {
		name = "ACTIONNAME16602A" # Hope this works better!
		command = { type = voting_rights which = wealth }
		command = { type = press_rights which = censorship }
		command = { type = political_parties which = all_allowed }
		command = { type = trade_unions which = all }
		command = { type = public_meetings which = yes }
		command = { type = capitalist_bonus value = 5 }
		command = { type = capital which = 2647 } #Buenos Aires
	}
}										